home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6985 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Hashing Library
  5. Date: Tue, 20 Feb 1996 09:33:07 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <3129E9B3.430B@airmail.net>
  8. References: <4gc1jg$gfa@news.siemens.at> <4gc1rm$gfa@news.siemens.at>
  9. NNTP-Posting-Host: dal18-06.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Kraus Hans PSE KB41 wrote:
  16. > I need a class(library) which implements hashing.
  17.  
  18. You might want to look in the HP stl distribution site at 
  19. ftp://butler.hpl.hp.com.  In 1995 a proposed extension to the 
  20. STL was posted there, along with documentation.  This extension 
  21. consisted of a set of new associative containers based on 
  22. hashing (as opposed to the red-black tree implementation used
  23. by Stepanov.)  The hashed containers didn't make it into the
  24. ANSI/ISO draft, but ought to work really well with the STL.
  25.  
  26. Mark Nelson
  27. http://web2.airmail.net/markn  - more STL pointers here
  28.